Гугл пишет такое сообщение
Удалите из верхней части страницы код JavaScript и CSS, блокирующий отображение
Количество блокирующих скриптов на странице: 25. Количество блокирующих ресурсов CSS на странице: 25. Они замедляют отображение контента.
Все содержание верхней части страницы отображается только после загрузки указанных далее ресурсов. Попробуйте отложить загрузку этих ресурсов, загружать их асинхронно или встроить их самые важные компоненты непосредственно в код HTML.
Удалите код JavaScript, препятствующий отображению:
Код:
|
http://ecotherm.com.ua/js/jquery/jquery.js
http://ecotherm.com.ua/…Store/js/jquery.mousewheel-3.0.6.pack.js
http://ecotherm.com.ua/…gn/MediaStore/js/jquery.fancybox.pack.js
http://ecotherm.com.ua/…/MediaStore/js/jquery.jscrollpane.min.js
http://ecotherm.com.ua/design/MediaStore/js/glass.js
http://ecotherm.com.ua/design/MediaStore/js/script(1).js
http://ecotherm.com.ua/design/MediaStore/js/iefix.js
http://ecotherm.com.ua/design/MediaStore/js/script(2).js
http://ecotherm.com.ua/design/MediaStore/js/script(3).js
http://ecotherm.com.ua/design/MediaStore/js/script(5).js
http://ecotherm.com.ua/design/MediaStore/js/script(6).js
http://ecotherm.com.ua/design/MediaStore/js/banners.js
http://ecotherm.com.ua/js/ctrlnavigate.js
http://ecotherm.com.ua/design/MediaStore/js/jquery-ui.min.js
http://ecotherm.com.ua/design/MediaStore/js/ajax_cart.js
http://ecotherm.com.ua/js/baloon/js/baloon.js
http://ecotherm.com.ua/…/autocomplete/jquery.autocomplete-min.js
http://ecotherm.com.ua/design/MediaStore/js/catalog.js
http://ecotherm.com.ua/…iaStore/js/jquery-ui-1.9.0.custom.min.js
http://ecotherm.com.ua/design/MediaStore/js/filter.min.js
http://ecotherm.com.ua/design/MediaStore/js/ajax_compare.js
http://ecotherm.com.ua/…/MediaStore/js/catalog.compare.result.js
http://yastatic.net/share/share.js
http://ecotherm.com.ua/callme/js/callme.js
http://ecotherm.com.ua/callme/js/core.js |
Я так понимаю, нужно определить какие должны грузиться первыми их не трогать, а какие могут догружаться после отображения страницы их нужно опустить вниз. Подскажите, как должно быть или как определить загрузку первых и вторых?